lib/remote: Add internal annotations to OstreeRemote
authorPhilip Withnall <withnall@endlessm.com>
Thu, 18 May 2017 07:16:18 +0000 (08:16 +0100)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 19 May 2017 15:01:59 +0000 (15:01 +0000)
Just for internal documentation; g-ir-scanner doesn’t read or understand
them.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Closes: #875
Approved by: cgwalters

src/libostree/ostree-remote-private.h

index e207ed4c44fbadd2b28b4a9b4b8745b7e211ada5..13f757ed126c8a355a8a322478d1fe8024d0327d 100644 (file)
@@ -38,9 +38,9 @@ G_BEGIN_DECLS
 
 struct OstreeRemote {
   volatile int ref_count;
-  char *name;
-  char *group;   /* group name in options */
-  char *keyring; /* keyring name (NAME.trustedkeys.gpg) */
+  char *name;  /* (not nullable) */
+  char *group;   /* group name in options (not nullable) */
+  char *keyring; /* keyring name (NAME.trustedkeys.gpg) (not nullable) */
   GFile *file;   /* NULL if remote defined in repo/config */
   GKeyFile *options;
 };